Scheduler for WinForms
BaseList<T> クラス
メンバ 

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 : BaseList<T> クラス
The type of the objects which will be stored in the list. It should be derived from the BasePersistableObject class.
The BaseList<T> is a base generic class for all lists in C1Schedule's object model. Only objects existing in the owning collection can be added to this list.
オブジェクト モデル
BaseList<T> クラス
シンタックス
'宣言
 
Public Class BaseList(Of T As BasePersistableObject) 
   Inherits C1ObservableCollection(Of T)
public class BaseList<T> : C1ObservableCollection<T> 
where T: BasePersistableObject
型パラメータ
T
The type of the objects which will be stored in the list. It should be derived from the BasePersistableObject class.
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      C1.Schedule.C1ObservableCollection<T>
         C1.Schedule.BaseList<T>
            C1.Schedule.CategoryList
            C1.Schedule.ContactList
            C1.Schedule.LabelList
            C1.Schedule.ResourceList
            C1.Schedule.StatusList

参照

BaseList<T> メンバ
C1.Schedule 名前空間